Html Css Color HEX #CF0A40 Crimson

📋 copy color: '#CF0A40'

red 207 ◦ green 10 ◦ blue 64

#CF0A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #CF0A40

Tints of Crimson #CF0A40

RGB

 RED value IS 207 (81.25% from 255) = 73.67%

 GREEN value IS 10 (4.3% from 255) = 3.56%

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 73.67%
G = 3.56%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF0A40 (or 0xCF0A40) is known color: Crimson. HEX triplet: CF, 0A and 40. RGB value is (207,10,64). Sum of RGB (Red+Green+Blue) = 207+10+64=281 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.67% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A40 is #30F5BF. Grayscale: #4B4B4B. Windows color (decimal): -3208640 or 4197071. OLE color: 4197071.

HSL color Cylindrical-coordinate representation of color #CF0A40: hue angle of 343.55º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0A40 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 10 64 -
CMYK 0 0.95 0.69 0.19
HSL 343.55º 0.91% 0.43% -
HSV(B) 343.55º 0.95% 0.81% -
XYZ 26.77 13.85 6.11 -
YUV 75.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 207 10 64 0 0.95 0.69 0.19 343.55 0.91 0.43
Hex CF A 40 0 5F 45 13 158 5B 2B
Octal 317 12 100 0 137 105 23 530 133 53
Binary 11001111 1010 1000000 0 1011111 1000101 10011 101011000 1011011 101011

Color Harmonies of #CF0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0A40

Black with #CF0A40

Text Example


Text Example

White with #CF0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0A40; }

 p { color: rgb(207,10,64); }

 H1.HeaderClassName
 {
   color: #CF0A40;
 }
 .AnyTagClassName
 {
   color: #CF0A40;
 }
</style>

background-color css

<style>
 a { background-color: #CF0A40; }

 a { background-color: rgb(207,10,64); }

 div.DivClassName
 {
   background-color: #CF0A40;
 }
 .BgClassName
 {
   background-color: #CF0A40;
 }
</style>

border-color css

<style>
 span { border-color: #CF0A40; }

 span { border-color: rgb(207,10,64); }

 td.TdClassName
 {
   border-color: #CF0A40;
 }
 .TagClassName
 {
   border-color: #CF0A40;
 }
</style>