Html Css Color HEX #CB242B Fire Engine Red

📋 copy color: '#CB242B'

red 203 ◦ green 36 ◦ blue 43

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

Shades of Fire Engine Red #CB242B

Tints of Fire Engine Red #CB242B

RGB

 RED value IS 203 (79.69% from 255) = 71.99%

 GREEN value IS 36 (14.45% from 255) = 12.77%

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

R = 71.99%
G = 12.77%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB242B (or 0xCB242B) is known color: Fire Engine Red. HEX triplet: CB, 24 and 2B. RGB value is (203,36,43). Sum of RGB (Red+Green+Blue) = 203+36+43=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB242B is #34DBD4. Grayscale: #565656. Windows color (decimal): -3464149 or 2827467. OLE color: 2827467.

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

Color convert

RGB 203 36 43 -
CMYK 0 0.82 0.79 0.20
HSL 357.49º 0.7% 0.47% -
HSV(B) 357.49º 0.82% 0.8% -
XYZ 25.7 14.13 3.66 -
YUV 86.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 203 36 43 0 0.82 0.79 0.20 357.49 0.7 0.47
Hex CB 24 2B 0 52 4F 14 165 46 2F
Octal 313 44 53 0 122 117 24 545 106 57
Binary 11001011 100100 101011 0 1010010 1001111 10100 101100101 1000110 101111

Color Harmonies of #CB242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB242B

Black with #CB242B

Text Example


Text Example

White with #CB242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB242B; }

 p { color: rgb(203,36,43); }

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

background-color css

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

 a { background-color: rgb(203,36,43); }

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

border-color css

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

 span { border-color: rgb(203,36,43); }

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