Html Css Color HEX #CF2135 Cardinal

📋 copy color: '#CF2135'

red 207 ◦ green 33 ◦ blue 53

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

Shades of Cardinal #CF2135

Tints of Cardinal #CF2135

RGB

 RED value IS 207 (81.25% from 255) = 70.65%

 GREEN value IS 33 (13.28% from 255) = 11.26%

 BLUE value IS 53 (21.09% from 255) = 18.09%

R = 70.65%
G = 11.26%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2135 (or 0xCF2135) is known color: Cardinal. HEX triplet: CF, 21 and 35. RGB value is (207,33,53). Sum of RGB (Red+Green+Blue) = 207+33+53=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2135 is #30DECA. Grayscale: #575757. Windows color (decimal): -3202763 or 3482063. OLE color: 3482063.

HSL color Cylindrical-coordinate representation of color #CF2135: hue angle of 353.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2135 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 33 53 -
CMYK 0 0.84 0.74 0.19
HSL 353.1º 0.73% 0.47% -
HSV(B) 353.1º 0.84% 0.81% -
XYZ 26.92 14.61 4.77 -
YUV 87.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 207 33 53 0 0.84 0.74 0.19 353.1 0.73 0.47
Hex CF 21 35 0 54 4A 13 161 48 2F
Octal 317 41 65 0 124 112 23 541 110 57
Binary 11001111 100001 110101 0 1010100 1001010 10011 101100001 1001000 101111

Color Harmonies of #CF2135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2135

Black with #CF2135

Text Example


Text Example

White with #CF2135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2135; }

 p { color: rgb(207,33,53); }

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

background-color css

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

 a { background-color: rgb(207,33,53); }

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

border-color css

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

 span { border-color: rgb(207,33,53); }

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