Html Css Color HEX #CB1505 Free Speech Red

📋 copy color: '#CB1505'

red 203 ◦ green 21 ◦ blue 5

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

Shades of Free Speech Red #CB1505

Tints of Free Speech Red #CB1505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 5 (2.34% from 255) = 2.18%

R = 88.65%
G = 9.17%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB1505 (or 0xCB1505) is known color: Free Speech Red. HEX triplet: CB, 15 and 05. RGB value is (203,21,5). Sum of RGB (Red+Green+Blue) = 203+21+5=229 (30% of max value = 765). Red value is 203 (79.69% from 255 or 88.65% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1505 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1505 is #34EAFA. Grayscale: #494949. Windows color (decimal): -3468027 or 333259. OLE color: 333259.

HSL color Cylindrical-coordinate representation of color #CB1505: hue angle of 4.85º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB1505 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 5 -
CMYK 0 0.90 0.98 0.20
HSL 4.85º 0.95% 0.41% -
HSV(B) 4.85º 0.98% 0.8% -
XYZ 24.92 13.24 1.39 -
YUV 73.59 89.3 220.3 -
System Red Green Blue C M Y K H S L
Decimal 203 21 5 0 0.90 0.98 0.20 4.85 0.95 0.41
Hex CB 15 5 0 5A 62 14 5 5F 29
Octal 313 25 5 0 132 142 24 5 137 51
Binary 11001011 10101 101 0 1011010 1100010 10100 101 1011111 101001

Color Harmonies of #CB1505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1505

Black with #CB1505

Text Example


Text Example

White with #CB1505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1505; }

 p { color: rgb(203,21,5); }

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

background-color css

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

 a { background-color: rgb(203,21,5); }

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

border-color css

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

 span { border-color: rgb(203,21,5); }

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