Html Css Color HEX #CF0A3E Crimson

📋 copy color: '#CF0A3E'

red 207 ◦ green 10 ◦ blue 62

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

Shades of Crimson #CF0A3E

Tints of Crimson #CF0A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 74.19%
G = 3.58%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF0A3E (or 0xCF0A3E) is known color: Crimson. HEX triplet: CF, 0A and 3E. RGB value is (207,10,62). Sum of RGB (Red+Green+Blue) = 207+10+62=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0A3E is #30F5C1. Grayscale: #4A4A4A. Windows color (decimal): -3208642 or 4065999. OLE color: 4065999.

HSL color Cylindrical-coordinate representation of color #CF0A3E: hue angle of 344.16º 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 #CF0A3E is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 10 62 -
CMYK 0 0.95 0.70 0.19
HSL 344.16º 0.91% 0.43% -
HSV(B) 344.16º 0.95% 0.81% -
XYZ 26.71 13.83 5.82 -
YUV 74.83 120.77 222.27 -
System Red Green Blue C M Y K H S L
Decimal 207 10 62 0 0.95 0.70 0.19 344.16 0.91 0.43
Hex CF A 3E 0 5F 46 13 158 5B 2B
Octal 317 12 76 0 137 106 23 530 133 53
Binary 11001111 1010 111110 0 1011111 1000110 10011 101011000 1011011 101011

Color Harmonies of #CF0A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0A3E

Black with #CF0A3E

Text Example


Text Example

White with #CF0A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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