Html Css Color HEX #CB1D2A Fire Engine Red

📋 copy color: '#CB1D2A'

red 203 ◦ green 29 ◦ blue 42

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

Shades of Fire Engine Red #CB1D2A

Tints of Fire Engine Red #CB1D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.58%

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 74.09%
G = 10.58%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB1D2A (or 0xCB1D2A) is known color: Fire Engine Red. HEX triplet: CB, 1D and 2A. RGB value is (203,29,42). Sum of RGB (Red+Green+Blue) = 203+29+42=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB1D2A is #34E2D5. Grayscale: #525252. Windows color (decimal): -3465942 or 2760139. OLE color: 2760139.

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

Color convert

RGB 203 29 42 -
CMYK 0 0.86 0.79 0.20
HSL 355.52º 0.75% 0.45% -
HSV(B) 355.52º 0.86% 0.8% -
XYZ 25.49 13.74 3.5 -
YUV 82.51 105.15 213.94 -
System Red Green Blue C M Y K H S L
Decimal 203 29 42 0 0.86 0.79 0.20 355.52 0.75 0.45
Hex CB 1D 2A 0 56 4F 14 164 4B 2D
Octal 313 35 52 0 126 117 24 544 113 55
Binary 11001011 11101 101010 0 1010110 1001111 10100 101100100 1001011 101101

Color Harmonies of #CB1D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1D2A

Black with #CB1D2A

Text Example


Text Example

White with #CB1D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1D2A; }

 p { color: rgb(203,29,42); }

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

background-color css

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

 a { background-color: rgb(203,29,42); }

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

border-color css

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

 span { border-color: rgb(203,29,42); }

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