Html Css Color HEX #CF022F Crimson

📋 copy color: '#CF022F'

red 207 ◦ green 2 ◦ blue 47

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

Shades of Crimson #CF022F

Tints of Crimson #CF022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 80.86%
G = 0.78%
B = 18.36%

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

#CF022F (or 0xCF022F) is known color: Crimson. HEX triplet: CF, 02 and 2F. RGB value is (207,2,47). Sum of RGB (Red+Green+Blue) = 207+2+47=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF022F is #30FDD0. Grayscale: #444444. Windows color (decimal): -3210705 or 3080911. OLE color: 3080911.

HSL color Cylindrical-coordinate representation of color #CF022F: hue angle of 346.83º degrees, saturation: 0.98, 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 #CF022F is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 2 47 -
CMYK 0 0.99 0.77 0.19
HSL 346.83º 0.98% 0.41% -
HSV(B) 346.83º 0.99% 0.81% -
XYZ 26.27 13.51 3.91 -
YUV 68.43 115.92 226.84 -
System Red Green Blue C M Y K H S L
Decimal 207 2 47 0 0.99 0.77 0.19 346.83 0.98 0.41
Hex CF 2 2F 0 63 4D 13 15B 62 29
Octal 317 2 57 0 143 115 23 533 142 51
Binary 11001111 10 101111 0 1100011 1001101 10011 101011011 1100010 101001

Color Harmonies of #CF022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF022F

Black with #CF022F

Text Example


Text Example

White with #CF022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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