Html Css Color HEX #CA1300 Free Speech Red

📋 copy color: '#CA1300'

red 202 ◦ green 19 ◦ blue 0

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

Shades of Free Speech Red #CA1300

Tints of Free Speech Red #CA1300

RGB

 RED value IS 202 (79.3% from 255) = 91.4%

 GREEN value IS 19 (7.81% from 255) = 8.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.4%
G = 8.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA1300 (or 0xCA1300) is known color: Free Speech Red. HEX triplet: CA, 13 and 00. RGB value is (202,19,0). Sum of RGB (Red+Green+Blue) = 202+19+0=221 (29% of max value = 765). Red value is 202 (79.30% from 255 or 91.40% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1300 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1300 is #35ECFF. Grayscale: #474747. Windows color (decimal): -3534080 or 5066. OLE color: 5066.

HSL color Cylindrical-coordinate representation of color #CA1300: hue angle of 5.64º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA1300 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 19 0 -
CMYK 0 0.91 1 0.21
HSL 5.64º 1% 0.4% -
HSV(B) 5.64º 1% 0.79% -
XYZ 24.59 13.02 1.22 -
YUV 71.55 87.63 221.04 -
System Red Green Blue C M Y K H S L
Decimal 202 19 0 0 0.91 1 0.21 5.64 1 0.4
Hex CA 13 0 0 5B 64 15 6 64 28
Octal 312 23 0 0 133 144 25 6 144 50
Binary 11001010 10011 0 0 1011011 1100100 10101 110 1100100 101000

Color Harmonies of #CA1300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1300

Black with #CA1300

Text Example


Text Example

White with #CA1300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1300; }

 p { color: rgb(202,19,0); }

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

background-color css

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

 a { background-color: rgb(202,19,0); }

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

border-color css

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

 span { border-color: rgb(202,19,0); }

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