Html Css Color HEX #CA0700 Free Speech Red

📋 copy color: '#CA0700'

red 202 ◦ green 7 ◦ blue 0

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

Shades of Free Speech Red #CA0700

Tints of Free Speech Red #CA0700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.35%

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

R = 96.65%
G = 3.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#CA0700 (or 0xCA0700) is known color: Free Speech Red. HEX triplet: CA, 07 and 00. RGB value is (202,7,0). Sum of RGB (Red+Green+Blue) = 202+7+0=209 (27% of max value = 765). Red value is 202 (79.30% from 255 or 96.65% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0700 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA0700 is #35F8FF. Grayscale: #404040. Windows color (decimal): -3537152 or 1994. OLE color: 1994.

HSL color Cylindrical-coordinate representation of color #CA0700: hue angle of 2.08º 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 #CA0700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 7 0 -
CMYK 0 0.97 1 0.21
HSL 2.08º 1% 0.4% -
HSV(B) 2.08º 1% 0.79% -
XYZ 24.43 12.71 1.17 -
YUV 64.51 91.6 226.07 -
System Red Green Blue C M Y K H S L
Decimal 202 7 0 0 0.97 1 0.21 2.08 1 0.4
Hex CA 7 0 0 61 64 15 2 64 28
Octal 312 7 0 0 141 144 25 2 144 50
Binary 11001010 111 0 0 1100001 1100100 10101 10 1100100 101000

Color Harmonies of #CA0700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA0700

Black with #CA0700

Text Example


Text Example

White with #CA0700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA0700; }

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

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

background-color css

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

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

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

border-color css

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

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

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