Html Css Color HEX #CF032F Crimson

📋 copy color: '#CF032F'

red 207 ◦ green 3 ◦ blue 47

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

Shades of Crimson #CF032F

Tints of Crimson #CF032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 80.54%
G = 1.17%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF032F (or 0xCF032F) is known color: Crimson. HEX triplet: CF, 03 and 2F. RGB value is (207,3,47). Sum of RGB (Red+Green+Blue) = 207+3+47=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF032F is #30FCD0. Grayscale: #454545. Windows color (decimal): -3210449 or 3081167. OLE color: 3081167.

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

Color convert

RGB 207 3 47 -
CMYK 0 0.99 0.77 0.19
HSL 347.06º 0.97% 0.41% -
HSV(B) 347.06º 0.99% 0.81% -
XYZ 26.28 13.54 3.92 -
YUV 69.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 207 3 47 0 0.99 0.77 0.19 347.06 0.97 0.41
Hex CF 3 2F 0 63 4D 13 15B 61 29
Octal 317 3 57 0 143 115 23 533 141 51
Binary 11001111 11 101111 0 1100011 1001101 10011 101011011 1100001 101001

Color Harmonies of #CF032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF032F

Black with #CF032F

Text Example


Text Example

White with #CF032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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