Html Css Color HEX #CF042F Crimson

📋 copy color: '#CF042F'

red 207 ◦ green 4 ◦ blue 47

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

Shades of Crimson #CF042F

Tints of Crimson #CF042F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

 BLUE value IS 47 (18.75% from 255) = 18.22%

R = 80.23%
G = 1.55%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF042F (or 0xCF042F) is known color: Crimson. HEX triplet: CF, 04 and 2F. RGB value is (207,4,47). Sum of RGB (Red+Green+Blue) = 207+4+47=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF042F is #30FBD0. Grayscale: #454545. Windows color (decimal): -3210193 or 3081423. OLE color: 3081423.

HSL color Cylindrical-coordinate representation of color #CF042F: hue angle of 347.29º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF042F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 4 47 -
CMYK 0 0.98 0.77 0.19
HSL 347.29º 0.96% 0.41% -
HSV(B) 347.29º 0.98% 0.81% -
XYZ 26.29 13.56 3.92 -
YUV 69.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 207 4 47 0 0.98 0.77 0.19 347.29 0.96 0.41
Hex CF 4 2F 0 62 4D 13 15B 60 29
Octal 317 4 57 0 142 115 23 533 140 51
Binary 11001111 100 101111 0 1100010 1001101 10011 101011011 1100000 101001

Color Harmonies of #CF042F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF042F

Black with #CF042F

Text Example


Text Example

White with #CF042F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF042F; }

 p { color: rgb(207,4,47); }

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

background-color css

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

 a { background-color: rgb(207,4,47); }

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

border-color css

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

 span { border-color: rgb(207,4,47); }

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