Html Css Color HEX #CF022B Fire Engine Red

📋 copy color: '#CF022B'

red 207 ◦ green 2 ◦ blue 43

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

Shades of Fire Engine Red #CF022B

Tints of Fire Engine Red #CF022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 82.14%
G = 0.79%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF022B (or 0xCF022B) is known color: Fire Engine Red. HEX triplet: CF, 02 and 2B. RGB value is (207,2,43). Sum of RGB (Red+Green+Blue) = 207+2+43=252 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.14% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 207 - color contains mainly: red. Hex color #CF022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF022B is #30FDD4. Grayscale: #444444. Windows color (decimal): -3210709 or 2818767. OLE color: 2818767.

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

Color convert

RGB 207 2 43 -
CMYK 0 0.99 0.79 0.19
HSL 348º 0.98% 0.41% -
HSV(B) 348º 0.99% 0.81% -
XYZ 26.19 13.48 3.51 -
YUV 67.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 207 2 43 0 0.99 0.79 0.19 348 0.98 0.41
Hex CF 2 2B 0 63 4F 13 15C 62 29
Octal 317 2 53 0 143 117 23 534 142 51
Binary 11001111 10 101011 0 1100011 1001111 10011 101011100 1100010 101001

Color Harmonies of #CF022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF022B

Black with #CF022B

Text Example


Text Example

White with #CF022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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