Html Css Color HEX #CF252B Fire Engine Red

📋 copy color: '#CF252B'

red 207 ◦ green 37 ◦ blue 43

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

Shades of Fire Engine Red #CF252B

Tints of Fire Engine Red #CF252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.89%

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

R = 72.13%
G = 12.89%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CF252B (or 0xCF252B) is known color: Fire Engine Red. HEX triplet: CF, 25 and 2B. RGB value is (207,37,43). Sum of RGB (Red+Green+Blue) = 207+37+43=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF252B is #30DAD4. Grayscale: #585858. Windows color (decimal): -3201749 or 2827727. OLE color: 2827727.

HSL color Cylindrical-coordinate representation of color #CF252B: hue angle of 357.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF252B is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 37 43 -
CMYK 0 0.82 0.79 0.19
HSL 357.88º 0.7% 0.48% -
HSV(B) 357.88º 0.82% 0.81% -
XYZ 26.83 14.76 3.72 -
YUV 88.51 102.32 212.51 -
System Red Green Blue C M Y K H S L
Decimal 207 37 43 0 0.82 0.79 0.19 357.88 0.7 0.48
Hex CF 25 2B 0 52 4F 13 166 46 30
Octal 317 45 53 0 122 117 23 546 106 60
Binary 11001111 100101 101011 0 1010010 1001111 10011 101100110 1000110 110000

Color Harmonies of #CF252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF252B

Black with #CF252B

Text Example


Text Example

White with #CF252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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